-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[docs] Add deduplication hashcode fields to parser descriptions #12648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No security concerns detected in this pull request. All finding details can be found in the DryRun Security Dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
docs/content/en/connecting_your_tools/parsers/file/anchore_engine.md
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
@valentijnscholten it looks like I broke your review when I force-pushed, but the net of it was that you wanted to add a link to a deduplication article. I did that on this commit: b9159ce |
This adds information on default hashcode values to the file parser documentation.
If specific deduplication hashcodes are listed for a given scan type in settings.dist.py, they are added to docs. If not, the default hash code values:
are used instead.
These file changes were done programmatically but manually reviewed to ensure accuracy, so if a change to the format requested I'll make sure it applies to all files governed by this PR.